@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff !important;
    scroll-behavior: smooth;
    width: 100% !important;

}
h1, h2, h3, h4, h5, h6 {
    font-family: Kollektif Bold !important;
}
p, a, li {
    font-family: TT Norms !important;
}
body p {
    text-align: justify !important;
}
li {
    text-align: justify !important;
}
.container-fluid {
    width: 100% !important;
    max-width: 100vw !important;
}

/* navbar styles starts from here */
nav {
    background-color: #fff !important;
}

.nav-item .nav-link {
    color: lightslategray !important;
    font-size: 16px !important;
    font-weight: 500;
}

.nav-item .nav-link i {
    border-radius: 50% !important;
    background-color: #3864D3;
    color: #fff ;
    height: 31px;
    width: 31px;
}
.nav-item .nav-link i:hover {
    border-bottom: none !important;
}
.nav-item .nav-link:hover {
    /* border-bottom: 3px solid #3864D3 !important; */
    color: #3864D3 !important;
}

.nav-item .active {
    border-bottom: 3px solid #000066;
    color: #000066 !important;
}


/* .contact-btn {
    border: none;
    color: #fff !important;
    transition: transform .2s;
}

.contact-btn:hover {
    transform: scale(1.1);
} */


/* vision section */
.vision-section {
    position: relative;
}
.vision-section h1 {
    color: #3864D3;
}
.vision-section .pink-line {
    position: absolute;
    top: -45px !important;
    left: -35px;
}
.vision-section .blue-plus {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -24px;
    left: 19px;
}
/* why section */
.why-section {
    background-color: #080852;
}
.why-section .pink-text {
    color: #F14E87;
}

/* commitment section */
.commitment-section {
    background-color: #F14E87;
    position: relative;
}
.commitment-section .blue-line {
    position: absolute;
    top: -10px;
    left: -20px;
}


/* stand out section */
.stand-section .pink-text {
    color: #F14E87;
}
.stand-section .learn-btn {
    background-color: #F14E87;
    color: #fff;
    transition: transform .2s;
}
.stand-section .learn-btn:hover {
    transform: scale(1.1);
    background-color: #F14E87;
    color: #fff;
}

/* partnership section styles starts from here */
.partnership-section {
    background-color: #F14E87;
}

/* log section styles */
.logo-section {
    background-color: #fff !important;
    height: 35vh !important;
}
.logo-section .view-btn {
    background-color: #004aad !important;
    color: #fff;
}
/* .logo-slider .slick-slide {
    margin: 3px;
} */

.logo-section .slick-dots li.slick-active button:before {
    color: #004aad;
}

.logo-section .slick-dots li button:before {
    font-size: 8px;
}

.slick-next:before,
.slick-prev:before {
    color: #004aad !important;
    font-size: 24px;
}

.item:hover {
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5px);
}

/* Training section styles starts from here */

.training-section {
    background-color: #080852;
}

/* Global section styles starts from here */
.global-section {
    position: relative;
    height: 100vh;
}
.global-section h2 {
    color: #F14E87;
}
.global-section .right-plus {
    position: absolute;
    right: 125px;
    top: 144px;
}
.global-section .left-plus {
    position: absolute;
    left: 140px;
    bottom: 8px;
}


/* Join section styles starts from here */
.join-section {
    background-color: #080852;
    position: relative;
}
.join-section .right-plus {
    position: absolute;
    left: 350px;
    width: 150px;
    height: 150px;
    top: 2px;
}
.join-section .left-plus {
    position: absolute;
    left: 10px;
    bottom: 4px;
    width: 150px;
    height: 150px;
}
.join-section .course-btn a {
    text-decoration: none !important;
    background-color: #F14E87;
    color: #fff;
}
.join-section .course-btn {
    background-color: #F14E87;
    color: #fff;
    transition: transform .2s;
}
.join-section .course-btn:hover {
    transform: scale(1.1);
    background-color: #F14E87;
    color: #fff;
}



/* privacy policy section styles starts from here */


.privacy-policy {
    background-color: #fff !important;
}

.privacy-policy .pink-text {
    color: #F14E87;
}


/* Footer styles starts from here */
.footer {
    background-color: #F14E87;
    /* Background color */
    color: white;
    padding: 50px 0;
    position: relative;
    /* font-size: 14px; */
}

.footer .address,
.footer .info,
.footer .links {
    margin-bottom: 20px;
}

.footer .info {
    text-align: center;
}

/* .footer .links {
    text-align: right;
} */
.footer .address i,
.footer .info i {
    font-size: 35px;
    margin-right: 10px;
}

.footer img {
    width: 150px;
}
.footer .links a {
    text-decoration: none;
} 
.footer .map-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/Black_on_white_dotted_world_map_vector-removebg.png') no-repeat center;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}

.footer .content {
    position: relative;
    z-index: 2;
}


/* mobile responsive styles starts from here */
@media only screen and (max-width: 600px) {
    nav .navbar-toggler {
        margin-left: 80%;
        margin-top: -103px;
    }
    nav .contact-btn {
        font-size: 16px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 16px !important;
    }


    /* vision section */
    .vision-section h1 {
        font-size: 30px !important;
    }
    .vision-section img {
        width: 100% !important;
        margin-left: 22px !important;
    }
    .vision-section h3 {
        font-size: 20px !important;
    }
    .vision-section p {
        font-size: 16px;
    }
    .vision-section .pink-line {
        top: -25px !important;
    }



    /* commit section */
    .commitment-section h1 {
        font-size: 30px !important;
        margin-top: -24px !important;
    }
    .commitment-section img {
        width: 100% !important;
        margin-left: 22px !important;
    }
    .commitment-section h3 {
        font-size: 20px !important;
    }
    .commitment-section p {
        font-size: 16px;
    }
    .commitment-section .blue-line {
        top: 10px !important;
    }


    /* flow chart section */
    .flow-chart img {
        width: 100% !important;
        height: 100% !important;
    }

   

    /* privacy policy */

    .privacy-policy h2 {
        font-size: 20px !important;
    }

    

    /* stand section */
   
    .stand-section .learn-btn {
        font-size: 18px !important;
    }

    /* count section */
    .countSec .card {
        margin-bottom: 10px !important;
    }
    /* join section */
    .join-section .course-btn {
        font-size: 18px !important;
    }
    .join-section {
        width: 100% !important;
    }
    .join-section .right-plus {
        left: 155px !important;
    }
    /* privacy policy */
    .privacy-policy h3 {
        font-size: 20px !important;
    }

    /* footer */
    .footer {
        height: auto !important;
    }

    .footer .content {
        padding: 0px 5px !important;
    }

    .footer .map-bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .footer .content .copy-right {
        font-size: 16px !important;
        margin-left: 20px !important;
    }
    .footer .content .terms  {
        margin-top: 0px !important;
        font-size: 15px !important;
        margin-right: 78px !important;
    }
}



/* tablet responsive styles starts from here */
@media only screen and (max-width:800px) and (min-width:600px) {

    nav .contact-btn {
        font-size: 17px !important;
        margin-left: 35px !important;
    }

    nav .nav-item .nav-link {
        font-size: 17px !important;
    }

    /* vision section */
    .vision-section h1 {
        font-size: 30px !important;
    }
    .vision-section img {
        width: 50% !important;
        margin-left: 160px !important;
    }
    .vision-section h3 {
        font-size: 20px !important;
    }
    .vision-section p {
        font-size: 16px;
    }


    /* why-section */
    .why-section img {
        width: 50% !important;
        margin-left: 160px !important;
    }
    .stand-section .learn-btn {
        font-size: 16px !important;
    }

    /* founder-section */
    .founder-section .founder-img {
        width: 50% !important;
        margin-left: 160px !important;
    }
    
    /* commitment section */
    .commitment-section .blue-line {
        top: -35px !important;
    }
    .commitment-section img {
        width: 50% !important;
        margin-left: 160px !important;
    }

    .commitment-section h1 {
        font-size: 30px !important;
        margin-top: -24px !important;
    }
    .commitment-section .commit-img {
        width: 50% !important;
        margin-left: 160px !important;
    }
    .commitment-section h3 {
        font-size: 20px !important;
    }
    .commitment-section p {
        font-size: 16px;
    }

    
    /* stand section */
    .stand-section .why-img1 {
        width: 50% !important;
        margin-left: 160px !important;
    }
    .stand-section .why-img2 {
        width: 90% !important;
        margin-left: 40px !important;
    }
    .flow-chart img {
        width: 100% !important;
    }

    /* join section */
    .join-section img {
        margin-left: 160px !important;
        margin-bottom: 20px !important;
    }
    .join-section .course-btn {
        font-size: 16px !important;
    }

    /* whom serve */
    .whom-serve .card {
        margin-bottom: 10px !important;
    }
    .whom-serve .card h2 {
        font-size: 20px !important;
    }
    .whom-serve .card p {
        font-size: 16PX !important;
    }

    
    /* privacy policy */

    .privacy-policy h3 {
        font-size: 24px !important;
    }
    .privacy-policy .card {
        flex-direction: row !important;
    }

   

}


/* large devices (14 inch laptops and desktops) */

@media only screen and (min-width: 992px) {
    .vision-section .pink-line {
        top: -30px !important;
    }
    .commitment-section .blue-line {
        top: -5px !important;
    }
}


@media only screen and (min-width: 1200px)  {
    .vision-section .pink-line {
        top: -48px !important;
    }
    .commitment-section .blue-line {
        top: -20px !important;
    }
}